home *** CD-ROM | disk | FTP | other *** search
- object priDial: TpriDial
- Left = 288
- Top = 119
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Print Dialog'
- ClientHeight = 282
- ClientWidth = 209
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object Bevel1: TBevel
- Left = 24
- Top = 104
- Width = 169
- Height = 121
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 16
- Top = 9
- Width = 177
- Height = 80
- AutoSize = False
- Caption =
- ' This Dialog will print out all the games name in three styl' +
- 'e for you to search easily !'
- Font.Color = clBlue
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object OKBtn: TBitBtn
- Left = 16
- Top = 236
- Width = 77
- Height = 27
- TabOrder = 0
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 108
- Top = 236
- Width = 77
- Height = 27
- TabOrder = 1
- OnClick = CancelBtnClick
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object c1: TRadioButton
- Left = 46
- Top = 115
- Width = 113
- Height = 17
- Caption = ' In One Column'
- TabOrder = 2
- end
- object c2: TRadioButton
- Left = 46
- Top = 155
- Width = 113
- Height = 17
- Caption = ' In Two Columns'
- TabOrder = 3
- end
- object c3: TRadioButton
- Left = 46
- Top = 195
- Width = 113
- Height = 17
- Caption = ' In Three Columns'
- TabOrder = 4
- end
- end
-